GTK_DEBUG_SNAPSHOT = 1 << 14,
GTK_DEBUG_CONSTRAINTS = 1 << 15,
GTK_DEBUG_BUILDER_OBJECTS = 1 << 16,
+ GTK_DEBUG_A11Y = 1 << 17,
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG
{ "interactive", GTK_DEBUG_INTERACTIVE, "Enable the GTK inspector" },
{ "touchscreen", GTK_DEBUG_TOUCHSCREEN, "Pretend the pointer is a touchscreen" },
{ "snapshot", GTK_DEBUG_SNAPSHOT, "Generate debug render nodes" },
+ { "accessibility", GTK_DEBUG_A11Y, "Information about accessibility state changes" },
};
#endif /* G_ENABLE_DEBUG */